home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 34 / PC Gamer IT CD 34 2-2.iso / utility / rccd30103 / _SETUP.1 / Rccd.exe / 0 / RCDATA / TFRMHOTKEYSTATUS / TFRMHOTKEYSTATUS.txt < prev   
Text File  |  1998-09-03  |  1KB  |  52 lines

  1. object frmHotKeyStatus: TfrmHotKeyStatus
  2.   Left = 521
  3.   Top = 203
  4.   BorderStyle = bsNone
  5.   Caption = 'RCCD'
  6.   ClientHeight = 40
  7.   ClientWidth = 143
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 143
  23.     Height = 40
  24.     Align = alClient
  25.     BevelInner = bvLowered
  26.     BevelWidth = 2
  27.     TabOrder = 0
  28.     object lblStatus: TgbLabelFX
  29.       Left = 3
  30.       Top = 10
  31.       Width = 134
  32.       Height = 19
  33.       LabelStyle = lsRaised
  34.       Alignment = taCenter
  35.       AutoSize = False
  36.       Caption = 'RCCD Enabled'
  37.       Font.Charset = DEFAULT_CHARSET
  38.       Font.Color = clRed
  39.       Font.Height = -16
  40.       Font.Name = 'Arial'
  41.       Font.Style = [fsBold]
  42.     end
  43.   end
  44.   object CloseTimer: TTimer
  45.     Enabled = False
  46.     Interval = 700
  47.     OnTimer = CloseTimerTimer
  48.     Left = 104
  49.     Top = 8
  50.   end
  51. end
  52.